ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / SourceNotifiesChanges Property

In This Topic
    SourceNotifiesChanges Property
    In This Topic
    Gets a value indicating whether the source collection notifies changes.
    Syntax
    'Declaration
     
    Protected Property SourceNotifiesChanges As System.Boolean
    protected System.bool SourceNotifiesChanges {get; set;}
    See Also